home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / perl5 / Bundle / LWP.pm
Text File  |  2008-04-07  |  874b  |  44 lines

  1. package Bundle::LWP;
  2.  
  3. $VERSION = "5.810";
  4.  
  5. 1;
  6.  
  7. __END__
  8.  
  9. =head1 NAME
  10.  
  11. Bundle::LWP - install all libwww-perl related modules
  12.  
  13. =head1 SYNOPSIS
  14.  
  15.  perl -MCPAN -e 'install Bundle::LWP'
  16.  
  17. =head1 CONTENTS
  18.  
  19. MIME::Base64       - Used in authentication headers
  20.  
  21. Digest::MD5        - Needed to do Digest authentication
  22.  
  23. URI 1.10           - There are URIs everywhere
  24.  
  25. Net::FTP 2.58      - If you want ftp://-support
  26.  
  27. HTML::Tagset       - Needed by HTML::Parser
  28.  
  29. HTML::Parser       - Need by HTML::HeadParser
  30.  
  31. HTML::HeadParser   - To get the correct $res->base
  32.  
  33. LWP                - The reason why you need the modules above
  34.  
  35. =head1 DESCRIPTION
  36.  
  37. This bundle defines all prereq modules for libwww-perl.  Bundles have
  38. special meaning for the CPAN module.  When you install the bundle
  39. module all modules mentioned in L</CONTENTS> will be installed instead.
  40.  
  41. =head1 SEE ALSO
  42.  
  43. L<CPAN/Bundles>
  44.